home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 108
/
jogo-disk-108.iso
/
Games
/
steppenwolf_1_chapter_3.swf
/
scripts
/
DefineButton2_993
/
BUTTONCONDACTION on(keyPress o).as
< prev
next >
Wrap
Text File
|
2010-05-15
|
212b
|
11 lines
on(keyPress "o"){
if(getProperty("_root.Animatiques", _currentframe) == 1)
{
tellTarget("/")
{
gotoAndPlay(eval("/Variables:EtatActif"));
}
gotoAndStop(1);
}
}